home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / bqf.helpmark < prev    next >
Text File  |  1991-10-23  |  4KB  |  77 lines

  1. +-----------------------------------------------------------------------------+
  2. |                              blockquoteformat                               |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\bqfπ%
  6.  
  7. Parameters:    π|submarkupπ%
  8.  
  9. Submarkup:     π|\skipbefore, \everyblockquote, \skipafterπ%
  10.  
  11.     π|Description:π%
  12. The \blockquoteformat markup  controls the formatting of block  quotes.  The
  13. following submarkup are effective only within block quotes.
  14.  
  15. \skipbefore   indicates how much  space is to  be skipped  before printing a
  16. block.  This amount is in addition to any paragraph skips.
  17.  
  18. \everyblockquote{Nested Markup}   determines  how the  text of the  quote is
  19. formatted.   You can specify  justification or raggedness,  single or double
  20. spacing, left  or right indentation, paragraph  spacing and indentation, and
  21. any font change needed within block  quotes.  You may use any markup such as
  22. \tenpt, \interlineskip, \leftindent or \rightindent within \everyblockquote.
  23.  
  24. \skipafter   indicates  how much  space is  to be  skipped after  printing a
  25. block.  This amount is in addition to any paragraph skips.
  26.  
  27.     π|Example:π%
  28. The indentation  has been changed  in this sample.   The text  for the block
  29. quote is to be printed right  ragged in 9 point Computer Modern.  Paragraphs
  30. within the block quote, and only  within, have a 1 pica paragraph indent and
  31. zero paragraph skip.  The skips before and after the quotation have been set
  32. to zero.
  33.  
  34. \blockquoteformat{\skipbefore{0pt}
  35.      \everyblockquote{\pin{1pc}\psk{0pt}\ninepoint
  36.               \leftindent{1pc}\rightindent{1pc}\rr}
  37.      \skipafter{0pt}}
  38.  
  39. The example illustrated for \blockquotebegin would then begin:
  40. +-----------------------------------------------------------------------------+
  41. |                                                                             |
  42. | Salt (1958) names the process:                                              |
  43. |                                                                             |
  44. |    This loss of fluids and cooling is known as aging. Most metamorphosis    |
  45. |   occurs in ocean trenches, but it can also occur in forms in               |
  46. |   trenchcoats.                                                              |
  47. |                                                                             |
  48. +-----------------------------------------------------------------------------+
  49.  
  50.     π|Example:π%
  51. This sample is  printed with a small  interlineskip, normal paragraph values
  52. and zero indentation.  The  text is in 9 point italics with an interlineskip
  53. of 9.5 points.
  54.  
  55. \blockquoteformat{\skipbefore{0pt}
  56.      \everyblockquote{\ssp\ninept\it\isk{9.5pt}
  57.              \leftindent{0pt}\rightindent{0pt}}
  58.      \skipafter{0pt}}
  59.  
  60. +-----------------------------------------------------------------------------+
  61. |                                                                             |
  62. | Salt (1958) names the process:                                              |
  63. |                                                                             |
  64. |   This loss of fluids and  cooling is known as aging.   Most metamorphosis  |
  65. | occurs in ocean trenches, but it can also occur in forms in trenchcoats.    |
  66. |                                                                             |
  67. |                                                                             |
  68. +-----------------------------------------------------------------------------+
  69.  
  70.     π|Notes:π%
  71. The \blockquoteformat markup must  come after the \monospace markup, if both
  72. are used.
  73.     The defaults for \blockquoteformat  when using \monospace are different.
  74. The space  before and  after is one  blank line  (1\bl), the left  and right
  75. indents are 36 points  ( 1 2 inch), and the text  is in the roman font since
  76. you cannot print \tenpt with \monospace.
  77.